home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1999 February / TECH Win 02-1999 Disc A.iso / ols / lzh / cgit2001.lzh / cgitools / int.bat < prev    next >
Encoding:
DOS Batch File  |  1998-02-01  |  405 b   |  22 lines

  1. @echo %2 %3 %4 %5 %6 %7 %8 %9;|toolslib %0 %1 %9;
  2. @if errorlevel 11 goto :finish
  3. @if not errorlevel 10 goto :finish
  4. @set cmdline=toolslib %0 %1
  5. :loop
  6. @shift
  7. @shift
  8. @shift
  9. @shift
  10. @shift
  11. @shift
  12. @shift
  13. @shift
  14. @shift
  15. @shift
  16. @echo %0 %1 %2 %3 %4 %5 %6 %7 %8 %9;>> %tmpfile0%
  17. @%cmdline% %9;<%tmpfile0%
  18. @if errorlevel 11 goto :finish
  19. @if errorlevel 10 goto :loop
  20. :finish
  21. @%tmpfile0% tmp.bat
  22.